home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols;
- locks
- dglattin:1.1; strict;
- comment @ * @;
-
-
- 1.1
- date 92.08.18.04.58.04; author dglattin; state Exp;
- branches;
- next ;
-
-
- desc
- @test code.
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#ifndef __SUBCLASS3_H
- #define __SUBCLASS3_H
-
- #include <SubClass2.h>
-
- @@interface SubClass3 : SubClass2 {
-
- char smart[ 256 ];
- }
-
- +initialize;
- + new;
- -print:( const char* )aMsg;
- - ( int )additionalMethod;
- - storeOn:( int )aFd;
- - readFrom:( int )aFd;
-
- @@end
-
-
- #endif
-
- @
-